home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / updatebootcmds / updatebootcmds.man < prev    next >
Encoding:
Text File  |  1989-06-20  |  1.4 KB  |  40 lines

  1. '\" Copyright 1989 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.1 89/02/23 13:08:24 ouster Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS UPDATEBOOTCMDS cmds
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. updatebootcmds \- Keep /boot/cmds updated.
  17. .SH SYNOPSIS
  18. \fBupdatebootcmds\fR [\fIdirectory directory ...\fR]
  19. .BE
  20.  
  21. .SH DESCRIPTION
  22. .PP
  23. \fBUpdatebootcmds\fR is a script that keeps boot commands up-to-date. 
  24. It does this by updating the commands from either
  25. \fI/sprite/cmds.$MACHINE\fR or \fI/sprite/admin.$MACHINE\fR to 
  26. \fIboot/cmds.$MACHINE\fR.
  27. Only those commands that already exist in boot/cmds.$MACHINE are updated.
  28. If you want to add a new command to the boot commands you have to copy 
  29. it there manually.
  30. Updatebootcmds will update the commands in all cmds.$MACHINE directories
  31. found under the boot directory.
  32. If \fBupdatebootcmds\fR is run without any options it will update 
  33. \fI/boot\fR and \fI/t1/boot\fR.
  34. If the command is followed by directory names only those boot directories
  35. will be updated.
  36.  
  37. .SH KEYWORDS
  38. boot
  39.  
  40.